logo
Expand description

A windowing shell for iced, on top of glutin.

The native path of the Iced ecosystem

Re-exports

pub use glutin;
pub use iced_native::*;
pub use application::Application;
pub use clipboard::Clipboard;
pub use settings::Settings;

Modules

Create interactive, native cross-platform applications.

Access the clipboard.

Convert winit types into iced_native types, and viceversa.

Configure your application.

Interact with the window of your application.

Enums

An error that occurred while running an application.

The mode of a window-based application.